-
Notifications
You must be signed in to change notification settings - Fork 25
Release v9.5.0 #1293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v9.5.0 #1293
Conversation
Reviewer's GuidePrepares the project for the 9.5.0 release by adding a detailed 9.5.0 entry to the changelog and bumping the package version metadata from 9.4.3 to 9.5.0. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `CHANGELOG.md:33` </location>
<code_context>
+* chore(deps): update dependency boto3 to v1.40.76 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1247
+* chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1256
+* chore(deps): update dependency stevedore to v5.6.0 by @renovate[bot] in https://github.com/release-engineering/iib/pull/1255
+* Avoid race condition on unit-tests by @JAVGan in https://github.com/release-engineering/iib/pull/1277
+* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/1282
+* Update requirements by @lipoja in https://github.com/release-engineering/iib/pull/1286
</code_context>
<issue_to_address>
**suggestion (typo):** Consider changing "unit-tests" to "unit tests" for more standard phrasing.
This is the only bullet that hyphenates "unit tests"; updating it to "Avoid race condition on unit tests" would match the rest of the changelog and read more naturally.
```suggestion
* Avoid race condition on unit tests by @JAVGan in https://github.com/release-engineering/iib/pull/1277
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
[CLOUDDST-31201]
|
LGTM |
User description
[CLOUDDST-31201]
PR Type
Enhancement
Description
Bump version from 9.4.3 to 9.5.0 in setup.py
Add comprehensive changelog for v9.5.0 release
Document dependency updates and bug fixes
Include race condition fix and file locking improvements
Diagram Walkthrough
File Walkthrough
setup.py
Update package version to 9.5.0setup.py
CHANGELOG.md
Add comprehensive v9.5.0 release changelogCHANGELOG.md
improvements